DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / Scrolled Method

In This Topic
    Scrolled Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub Scrolled( _
       ByVal scrollView As UIKit.UIScrollView _
    ) 
    public override void Scrolled( 
       UIKit.UIScrollView scrollView
    )

    Parameters

    scrollView
    See Also